Import rust-debcargo_2.6.0.orig.tar.gz
authorFabian Gruenbichler <debian@fabian.gruenbichler.email>
Wed, 16 Nov 2022 09:08:41 +0000 (10:08 +0100)
committerFabian Gruenbichler <debian@fabian.gruenbichler.email>
Wed, 16 Nov 2022 09:08:41 +0000 (10:08 +0100)
commit1d68f1efa7527c0993c46a00e001b7c7dc8f6f9a
treee5c2d73b6cd5adeb1c353bf0817d3f8d8d76c052
Import rust-debcargo_2.6.0.orig.tar.gz

[dgit import orig rust-debcargo_2.6.0.orig.tar.gz]
170 files changed:
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.md [new file with mode: 0644]
debcargo.toml.example [new file with mode: 0644]
src/bin/debcargo.rs [new file with mode: 0644]
src/build_order.rs [new file with mode: 0644]
src/config.rs [new file with mode: 0644]
src/crates.rs [new file with mode: 0644]
src/debian/changelog.rs [new file with mode: 0644]
src/debian/control.rs [new file with mode: 0644]
src/debian/control/tests.rs [new file with mode: 0644]
src/debian/copyright.rs [new file with mode: 0644]
src/debian/copyright/tests.rs [new file with mode: 0644]
src/debian/dependency.rs [new file with mode: 0644]
src/debian/licenses/AGPL-3.0 [new file with mode: 0644]
src/debian/licenses/Apache-2.0 [new file with mode: 0644]
src/debian/licenses/BSD-2-Clause [new file with mode: 0644]
src/debian/licenses/BSD-3-Clause [new file with mode: 0644]
src/debian/licenses/CC0-1.0 [new file with mode: 0644]
src/debian/licenses/GPL-2.0 [new file with mode: 0644]
src/debian/licenses/GPL-3.0 [new file with mode: 0644]
src/debian/licenses/ISC [new file with mode: 0644]
src/debian/licenses/LGPL-2.0 [new file with mode: 0644]
src/debian/licenses/LGPL-2.1 [new file with mode: 0644]
src/debian/licenses/LGPL-3.0 [new file with mode: 0644]
src/debian/licenses/MIT [new file with mode: 0644]
src/debian/licenses/MITNFA [new file with mode: 0644]
src/debian/licenses/MPL-1.1 [new file with mode: 0644]
src/debian/licenses/MPL-2.0 [new file with mode: 0644]
src/debian/licenses/Unlicense [new file with mode: 0644]
src/debian/licenses/Zlib [new file with mode: 0644]
src/debian/mod.rs [new file with mode: 0644]
src/errors.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/package.rs [new file with mode: 0644]
src/util.rs [new file with mode: 0644]
tests/clap_override.toml [new file with mode: 0644]
tests/config_tests.rs [new file with mode: 0644]
tests/configs/aesni-0.10/debian/debcargo.toml [new file with mode: 0644]
tests/configs/aesni-0.10/debian/rules [new file with mode: 0644]
tests/configs/aesni/debian/debcargo.toml [new file with mode: 0644]
tests/configs/aesni/debian/rules [new file with mode: 0644]
tests/configs/afl-0.10/debian/debcargo.toml [new file with mode: 0644]
tests/configs/afl-0.10/debian/rules [new file with mode: 0644]
tests/configs/aom-sys-0.2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/ascii-0.8/debian/debcargo.toml [new file with mode: 0644]
tests/configs/ascii-0.8/debian/patches/fix-old-dep.patch [new file with mode: 0644]
tests/configs/ascii-0.8/debian/patches/series [new file with mode: 0644]
tests/configs/broken-dh-strip/debian/debcargo.toml [new file with mode: 0644]
tests/configs/broken-dh-strip/debian/rules [new file with mode: 0755]
tests/configs/broken-lto/debian/debcargo.toml [new file with mode: 0644]
tests/configs/broken-lto/debian/rules [new file with mode: 0644]
tests/configs/broken-upstream/debian/debcargo.toml [new file with mode: 0644]
tests/configs/broken-upstream/debian/rules [new file with mode: 0644]
tests/configs/brotli-decompressor-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/brotli-decompressor-2/debian/rules [new file with mode: 0644]
tests/configs/clang-sys-0.23/debian/debcargo.toml [new file with mode: 0644]
tests/configs/clang-sys-0.26/debian/debcargo.toml [new file with mode: 0644]
tests/configs/clang-sys-1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/clang-sys/debian/debcargo.toml [new file with mode: 0644]
tests/configs/clippy-0.0/debian/debcargo.toml [new file with mode: 0644]
tests/configs/clippy-0.0/debian/rules [new file with mode: 0644]
tests/configs/cmake-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/compiler-builtins-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/compiler-builtins-0.1/debian/rules [new file with mode: 0644]
tests/configs/compiler-error-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/compiler-error-0.1/debian/rules [new file with mode: 0644]
tests/configs/compiletest-rs-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/compiletest-rs-0.3/debian/rules [new file with mode: 0644]
tests/configs/core-arch-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-arch-0.1/debian/rules [new file with mode: 0644]
tests/configs/core-error-0.0/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-error-0.0/debian/rules [new file with mode: 0644]
tests/configs/core-foundation-0.9/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-foundation-0.9/debian/rules [new file with mode: 0644]
tests/configs/core-graphics-0.22/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-graphics-0.22/debian/rules [new file with mode: 0644]
tests/configs/core-graphics-types-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-graphics-types-0.1/debian/rules [new file with mode: 0644]
tests/configs/core-text-19/debian/debcargo.toml [new file with mode: 0644]
tests/configs/core-text-19/debian/rules [new file with mode: 0644]
tests/configs/cpp-demangle-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/dav1d-sys-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/diesel-1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/diesel-1/debian/patches/fix-old-dep.patch [new file with mode: 0644]
tests/configs/diesel-1/debian/patches/series [new file with mode: 0644]
tests/configs/dwrote-0.11/debian/debcargo.toml [new file with mode: 0644]
tests/configs/dwrote-0.11/debian/rules [new file with mode: 0644]
tests/configs/fd-find-8/debian/debcargo.toml [new file with mode: 0644]
tests/configs/fd-find-8/debian/rules [new file with mode: 0644]
tests/configs/fsevent-0.4/debian/debcargo.toml [new file with mode: 0644]
tests/configs/fsevent-0.4/debian/rules [new file with mode: 0644]
tests/configs/fsevent-sys-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/fsevent-sys-2/debian/rules [new file with mode: 0644]
tests/configs/heapsize-plugin-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/heapsize-plugin-0.1/debian/rules [new file with mode: 0644]
tests/configs/http-types-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/http-types-2/debian/patches/fix-features.patch [new file with mode: 0644]
tests/configs/http-types-2/debian/patches/series [new file with mode: 0644]
tests/configs/hyperx-1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/hyperx-1/debian/patches/relax-percent-encoding.patch [new file with mode: 0644]
tests/configs/hyperx-1/debian/patches/series [new file with mode: 0644]
tests/configs/hyperx/debian/debcargo.toml [new file with mode: 0644]
tests/configs/hyperx/debian/patches/relax-percent-encoding.patch [new file with mode: 0644]
tests/configs/hyperx/debian/patches/series [new file with mode: 0644]
tests/configs/jetscii-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/jetscii-0.3/debian/rules [new file with mode: 0644]
tests/configs/nasm-rs-0.2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/nodrop-union-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/nodrop-union-0.1/debian/rules [new file with mode: 0644]
tests/configs/nom-4/debian/debcargo.toml [new file with mode: 0644]
tests/configs/nom-4/debian/rules [new file with mode: 0644]
tests/configs/old-version/debian/debcargo.toml [new file with mode: 0644]
tests/configs/once-cell-1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/once-cell-1/debian/patches/fix-feature.patch [new file with mode: 0644]
tests/configs/once-cell-1/debian/patches/series [new file with mode: 0644]
tests/configs/only-macos/debian/debcargo.toml [new file with mode: 0644]
tests/configs/only-macos/debian/rules [new file with mode: 0644]
tests/configs/only-windows/debian/debcargo.toml [new file with mode: 0644]
tests/configs/only-windows/debian/rules [new file with mode: 0644]
tests/configs/openssl-sys-0.9/debian/debcargo.toml [new file with mode: 0644]
tests/configs/packed-simd-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/packed-simd-0.3/debian/rules [new file with mode: 0644]
tests/configs/petgraph-0.4/debian/debcargo.toml [new file with mode: 0644]
tests/configs/petgraph-0.4/debian/patches/fix-old-dep.patch [new file with mode: 0644]
tests/configs/petgraph-0.4/debian/patches/series [new file with mode: 0644]
tests/configs/phf-generator-0.10/debian/debcargo.toml [new file with mode: 0644]
tests/configs/pkg-config-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/redis-0.17/debian/debcargo.toml [new file with mode: 0644]
tests/configs/redis-0.17/debian/rules [new file with mode: 0644]
tests/configs/redox-syscall-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/redox-syscall-0.1/debian/rules [new file with mode: 0644]
tests/configs/redox-users-0.3/debian/debcargo.toml [new file with mode: 0644]
tests/configs/redox-users-0.3/debian/rules [new file with mode: 0644]
tests/configs/rhai-1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/rhai-1/debian/rules [new file with mode: 0644]
tests/configs/ring-0.13/debian/debcargo.toml [new file with mode: 0644]
tests/configs/ring-0.13/debian/rules [new file with mode: 0644]
tests/configs/ring-0.14/debian/debcargo.toml [new file with mode: 0644]
tests/configs/ring-0.14/debian/rules [new file with mode: 0644]
tests/configs/security-framework-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/security-framework-2/debian/rules [new file with mode: 0644]
tests/configs/security-framework-sys-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/security-framework-sys-2/debian/rules [new file with mode: 0644]
tests/configs/serde-qs-0.8/debian/debcargo.toml [new file with mode: 0644]
tests/configs/serde-qs-0.8/debian/patches/fix-actix-web-dep.patch [new file with mode: 0644]
tests/configs/serde-qs-0.8/debian/patches/series [new file with mode: 0644]
tests/configs/servo-fontconfig-sys-5/debian/debcargo.toml [new file with mode: 0644]
tests/configs/sleef-sys-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/sleef-sys-0.1/debian/rules [new file with mode: 0644]
tests/configs/spin-0.4/debian/debcargo.toml [new file with mode: 0644]
tests/configs/spin-0.4/debian/rules [new file with mode: 0644]
tests/configs/tiny-keccak-2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/tiny-keccak-2/debian/rules [new file with mode: 0644]
tests/configs/vcpkg-0.2/debian/debcargo.toml [new file with mode: 0644]
tests/configs/wepoll-ffi-0.1/debian/debcargo.toml [new file with mode: 0644]
tests/configs/wepoll-ffi-0.1/debian/rules [new file with mode: 0644]
tests/configs/windows-x86-64-gnullvm-0.42/debian/debcargo.toml [new file with mode: 0644]
tests/configs/windows-x86-64-gnullvm-0.42/debian/rules [new file with mode: 0755]
tests/configs/winreg-0.10/debian/debcargo.toml [new file with mode: 0644]
tests/configs/winreg-0.10/debian/rules [new file with mode: 0644]
tests/configs/zip-0.5/debian/debcargo.toml [new file with mode: 0644]
tests/debcargo_override.toml [new file with mode: 0644]
tests/debcargo_override_top_level.toml [new file with mode: 0644]
tests/sh/integrate.sh [new file with mode: 0755]
tests/sh/lintian-suppress-tags [new file with mode: 0644]
tests/sh/quick-build.sh [new file with mode: 0755]